v2024/src/PSSailpoint.V2024/Model/DimensionMembershipSelectorType.ps1
# # Identity Security Cloud V2024 API # Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs. # Version: v2024 # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum DimensionMembershipSelectorType. .DESCRIPTION This enum characterizes the type of a Dimension's membership selector. Only the STANDARD type supported: STANDARD: Indicates that Dimension membership is defined in terms of a criteria expression #> enum DimensionMembershipSelectorType { # enum value: "STANDARD" STANDARD } |