Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,25 +16,25 @@ tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRole', 'BetaRoleMi
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CreatedBy** | Pointer to [**RoleMiningSessionResponseCreatedBy**](role-mining-session-response-created-by) | | [optional]
**Density** | Pointer to **Int32** | The density of a potential role. | [optional]
**Description** | Pointer to **String** | The description of a potential role. | [optional]
**EntitlementCount** | Pointer to **Int32** | The number of entitlements in a potential role. | [optional]
**ExcludedEntitlements** | Pointer to **[]String** | The list of entitlement ids to be excluded. | [optional]
**Freshness** | Pointer to **Int32** | The freshness of a potential role. | [optional]
**IdentityCount** | Pointer to **Int32** | The number of identities in a potential role. | [optional]
**IdentityDistribution** | Pointer to [**[]RoleMiningIdentityDistribution**](role-mining-identity-distribution) | Identity attribute distribution. | [optional]
**IdentityIds** | Pointer to **[]String** | The list of ids in a potential role. | [optional]
**Name** | Pointer to **String** | Name of the potential role. | [optional]
**ProvisionState** | Pointer to [**RoleMiningPotentialRoleProvisionState**](role-mining-potential-role-provision-state) | | [optional]
**Quality** | Pointer to **Int32** | The quality of a potential role. | [optional]
**RoleId** | Pointer to **String** | The roleId of a potential role. | [optional]
**Saved** | Pointer to **Boolean** | The potential role's saved status. | [optional]
**Session** | Pointer to [**RoleMiningSessionParametersDto**](role-mining-session-parameters-dto) | | [optional]
**Type** | Pointer to [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
**Id** | Pointer to **String** | Id of the potential role | [optional]
**CreatedDate** | Pointer to **System.DateTime** | The date-time when this potential role was created. | [optional]
**ModifiedDate** | Pointer to **System.DateTime** | The date-time when this potential role was modified. | [optional]
**CreatedBy** | [**RoleMiningSessionResponseCreatedBy**](role-mining-session-response-created-by) | | [optional]
**Density** | **Int32** | The density of a potential role. | [optional]
**Description** | **String** | The description of a potential role. | [optional]
**EntitlementCount** | **Int32** | The number of entitlements in a potential role. | [optional]
**ExcludedEntitlements** | **[]String** | The list of entitlement ids to be excluded. | [optional]
**Freshness** | **Int32** | The freshness of a potential role. | [optional]
**IdentityCount** | **Int32** | The number of identities in a potential role. | [optional]
**IdentityDistribution** | [**[]RoleMiningIdentityDistribution**](role-mining-identity-distribution) | Identity attribute distribution. | [optional]
**IdentityIds** | **[]String** | The list of ids in a potential role. | [optional]
**Name** | **String** | Name of the potential role. | [optional]
**ProvisionState** | [**RoleMiningPotentialRoleProvisionState**](role-mining-potential-role-provision-state) | | [optional]
**Quality** | **Int32** | The quality of a potential role. | [optional]
**RoleId** | **String** | The roleId of a potential role. | [optional]
**Saved** | **Boolean** | The potential role's saved status. | [optional]
**Session** | [**RoleMiningSessionParametersDto**](role-mining-session-parameters-dto) | | [optional]
**Type** | [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
**Id** | **String** | Id of the potential role | [optional]
**CreatedDate** | **System.DateTime** | The date-time when this potential role was created. | [optional]
**ModifiedDate** | **System.DateTime** | The date-time when this potential role was modified. | [optional]
## Examples