Client Error - Returned if the request body is invalid.
ErrorResponseDto
401
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
ListAccessModelMetadataAttribute401Response
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
429
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
ListAccessModelMetadataAttribute429Response
500
Internal Server Error - Returned if there is an unexpected error.
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Key="iscPrivacy"# String | Technical name of the Attribute.# Get Access Model Metadata Attributetry{Get-BetaAccessModelMetadataAttribute-BetaKey$Key# Below is a request that includes all optional parameters# Get-BetaAccessModelMetadataAttribute -BetaKey $Key }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaAccessModelMetadataAttribute"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
401
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
ListAccessModelMetadataAttribute401Response
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
429
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
ListAccessModelMetadataAttribute429Response
500
Internal Server Error - Returned if there is an unexpected error.
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Key="iscPrivacy"# String | Technical name of the Attribute.$Value="public"# String | Technical name of the Attribute value.# Get Access Model Metadata Valuetry{Get-BetaAccessModelMetadataAttributeValue-BetaKey$Key-BetaValue$Value# Below is a request that includes all optional parameters# Get-BetaAccessModelMetadataAttributeValue -BetaKey $Key -BetaValue $Value }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaAccessModelMetadataAttributeValue"Write-Host$_.ErrorDetails}
Filter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: name: eqtype: eqstatus: eqobjectTypes: eq Supported composite operators: and
Client Error - Returned if the request body is invalid.
ErrorResponseDto
401
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
ListAccessModelMetadataAttribute401Response
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
429
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
ListAccessModelMetadataAttribute429Response
500
Internal Server Error - Returned if there is an unexpected error.
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Filters='name eq "Privacy"'# String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* Supported composite operators: *and* (optional)# List Access Model Metadata Attributestry{Get-BetaAccessModelMetadataAttribute# Below is a request that includes all optional parameters# Get-BetaAccessModelMetadataAttribute -BetaFilters $Filters }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaAccessModelMetadataAttribute"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
401
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
ListAccessModelMetadataAttribute401Response
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
429
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
ListAccessModelMetadataAttribute429Response
500
Internal Server Error - Returned if there is an unexpected error.
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Key="iscPrivacy"# String | Technical name of the Attribute.# List Access Model Metadata Valuestry{Get-BetaAccessModelMetadataAttributeValue-BetaKey$Key# Below is a request that includes all optional parameters# Get-BetaAccessModelMetadataAttributeValue -BetaKey $Key }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaAccessModelMetadataAttributeValue"Write-Host$_.ErrorDetails}