Get the IamIdpGroupMapping object by its id.
get
https://{host}:{port}/{basePath}/IamIdpGroupMapping/{iamIdpGroupMappingId}
get the IamIdpGroupMapping object by its id.
Request
Path Parameters
-
IamIdpGroupMappingId(required):
IamIdpGroupMappingId to retrieve the associated IamIdpGroupMapping.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : IamIdpGroupMapping
Type:
Show Source
object
-
faultIds: array
faultIds
-
iamGroupId(required): string
Maximum Length:
100
-
identityProviderId: object
IamIdentityProvider
CCC Identity Provider used by IAM
-
idpGroupName(required): string
Maximum Length:
100
Nested Schema : faultIds
Type:
array
Nested Schema : IamIdentityProvider
Type:
object
CCC Identity Provider used by IAM
Show Source
-
authnContexts(required): string
Maximum Length:
512
-
description(required): string
Maximum Length:
400
-
encryptAssertion(required): boolean
-
faultIds: array
faultIds
-
forceAuthentication(required): boolean
-
idpGroupMappingIds: array
idpGroupMappingIds
-
metadata: string
Maximum Length:
64
-
metadataUrl(required): string
Maximum Length:
512
-
name(required): string
Maximum Length:
100
-
redirectUrl: string
Maximum Length:
2000
-
signingCertificate: string
Maximum Length:
3000
-
statusMessage: string
Maximum Length:
512
-
useProxy(required): boolean
Nested Schema : faultIds
Type:
array
Nested Schema : idpGroupMappingIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.