Skip to main content

Roleminingpotentialrole

Properties

NameTypeDescriptionNotes
CreatedByRoleminingsessionresponseCreatedBy[optional]
DensityInt32The density of a potential role.[optional]
DescriptionStringThe description of a potential role.[optional]
EntitlementCountInt32The number of entitlements in a potential role.[optional]
ExcludedEntitlements[]StringThe list of entitlement ids to be excluded.[optional]
FreshnessInt32The freshness of a potential role.[optional]
IdentityCountInt32The number of identities in a potential role.[optional]
IdentityDistribution[]RoleminingidentitydistributionIdentity attribute distribution.[optional]
IdentityIds[]StringThe list of ids in a potential role.[optional]
IdentityGroupStatusStringThe status for this identity group which can be OBTAINED or COMPRESSED[optional]
NameStringName of the potential role.[optional]
PotentialRoleRefRoleminingpotentialrolePotentialRoleRef[optional]
ProvisionStateRoleminingpotentialroleprovisionstate[optional]
QualityInt32The quality of a potential role.[optional]
RoleIdStringThe roleId of a potential role.[optional]
SavedBooleanThe potential role's saved status.[optional] [default to $false]
SessionRoleminingsessionparametersdto[optional]
TypeRoleminingroletype[optional]
IdStringId of the potential role[optional]
CreatedDateSystem.DateTimeThe date-time when this potential role was created.[optional]
ModifiedDateSystem.DateTimeThe date-time when this potential role was modified.[optional]

Examples

  • Prepare the resource
$Roleminingpotentialrole = Initialize-Roleminingpotentialrole  -CreatedBy null `
-Density 75 `
-Description Potential Role for Accounting dept `
-EntitlementCount 25 `
-ExcludedEntitlements ["07a0b4e2","13b4e2a0"] `
-Freshness 75 `
-IdentityCount 25 `
-IdentityDistribution null `
-IdentityIds ["07a0b4e2","13b4e2a0"] `
-IdentityGroupStatus OBTAINED `
-Name Saved Potential Role - 07/10 `
-PotentialRoleRef null `
-ProvisionState null `
-Quality 100 `
-RoleId 07a0b4e2-7a76-44fa-bd0b-c64654b66519 `
-Saved true `
-Session null `
-Type null `
-Id e0cc5d7d-bf7f-4f81-b2af-8885b09d9923 `
-CreatedDate 2020-01-01T00:00Z `
-ModifiedDate 2020-01-01T00:00Z
  • Convert the resource to JSON
$Roleminingpotentialrole | ConvertTo-JSON

[Back to top]