|
350 | 350 | }
|
351 | 351 | },
|
352 | 352 | "RoleManagementPolicyApprovalRule": {
|
353 |
| - "description": "The role management policy rule.", |
| 353 | + "description": "The role management policy approval rule.", |
354 | 354 | "allOf": [
|
355 | 355 | {
|
356 | 356 | "$ref": "#/definitions/RoleManagementPolicyRule"
|
|
370 | 370 | "properties": {
|
371 | 371 | "isApprovalRequired": {
|
372 | 372 | "type": "boolean",
|
373 |
| - "description": "Determine whether approval is required or not." |
| 373 | + "description": "Determines whether approval is required or not." |
374 | 374 | },
|
375 | 375 | "isApprovalRequiredForExtension": {
|
376 | 376 | "type": "boolean",
|
377 |
| - "description": "Determine whether approval is required for assignment extension." |
| 377 | + "description": "Determines whether approval is required for assignment extension." |
378 | 378 | },
|
379 | 379 | "isRequestorJustificationRequired": {
|
380 | 380 | "type": "boolean",
|
381 |
| - "description": "Determine whether requestor justification required." |
| 381 | + "description": "Determine whether requestor justification is required." |
382 | 382 | },
|
383 | 383 | "approvalMode": {
|
384 | 384 | "type": "string",
|
|
411 | 411 | "approvalStageTimeOutInDays": {
|
412 | 412 | "type": "integer",
|
413 | 413 | "format": "int32",
|
414 |
| - "description": "The time in days when approval request would be timed out." |
| 414 | + "description": "The time in days when approval request would be timed out" |
415 | 415 | },
|
416 | 416 | "isApproverJustificationRequired": {
|
417 | 417 | "type": "boolean",
|
418 |
| - "description": "Determine whether approver need to provide justification for his decision." |
| 418 | + "description": "Determines whether approver need to provide justification for his decision." |
419 | 419 | },
|
420 | 420 | "escalationTimeInMinutes": {
|
421 | 421 | "type": "integer",
|
422 | 422 | "format": "int32",
|
423 |
| - "description": "The time in minutes when the approval request would be escalated if the primary approver does not approves." |
| 423 | + "description": "The time in minutes when the approval request would be escalated if the primary approver does not approve" |
424 | 424 | },
|
425 | 425 | "primaryApprovers": {
|
426 | 426 | "type": "array",
|
|
473 | 473 | }
|
474 | 474 | },
|
475 | 475 | "RoleManagementPolicyAuthenticationContextRule": {
|
476 |
| - "description": "The role management policy rule.", |
| 476 | + "description": "The role management policy authentication context rule.", |
477 | 477 | "allOf": [
|
478 | 478 | {
|
479 | 479 | "$ref": "#/definitions/RoleManagementPolicyRule"
|
|
504 | 504 | "type": "array",
|
505 | 505 | "items": {
|
506 | 506 | "type": "string",
|
507 |
| - "description": "The type of enable rules", |
| 507 | + "description": "The type of enablement rule", |
508 | 508 | "enum": [
|
509 | 509 | "MultiFactorAuthentication",
|
510 | 510 | "Justification",
|
|
520 | 520 | }
|
521 | 521 | },
|
522 | 522 | "RoleManagementPolicyExpirationRule": {
|
523 |
| - "description": "The role management policy rule.", |
| 523 | + "description": "The role management policy expiration rule.", |
524 | 524 | "allOf": [
|
525 | 525 | {
|
526 | 526 | "$ref": "#/definitions/RoleManagementPolicyRule"
|
|
539 | 539 | }
|
540 | 540 | },
|
541 | 541 | "RoleManagementPolicyNotificationRule": {
|
542 |
| - "description": "The role management policy rule.", |
| 542 | + "description": "The role management policy notification rule.", |
543 | 543 | "allOf": [
|
544 | 544 | {
|
545 | 545 | "$ref": "#/definitions/RoleManagementPolicyRule"
|
|
589 | 589 | "items": {
|
590 | 590 | "type": "string"
|
591 | 591 | },
|
592 |
| - "description": "The list notification recipients." |
| 592 | + "description": "The list of notification recipients." |
593 | 593 | },
|
594 | 594 | "isDefaultRecipientsEnabled": {
|
595 | 595 | "type": "boolean",
|
596 |
| - "description": "Its value determine if the notification need to be sent to the recipient type specified in policy rule." |
| 596 | + "description": "Determines if the notification will be sent to the recipient type specified in the policy rule." |
597 | 597 | }
|
598 | 598 | }
|
599 | 599 | },
|
|
614 | 614 | },
|
615 | 615 | "level": {
|
616 | 616 | "type": "string",
|
617 |
| - "description": "The assignment level to which it is applied." |
| 617 | + "description": "The assignment level to which rule is applied." |
618 | 618 | },
|
619 | 619 | "targetObjects": {
|
620 | 620 | "type": "array",
|
|
0 commit comments