v2024/src/PSSailpoint.V2024/Model/CommonAccessType.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 CommonAccessType. .DESCRIPTION The type of access item. #> enum CommonAccessType { # enum value: "ACCESS_PROFILE" ACCESS_PROFILE # enum value: "ROLE" ROLE } |