IdentityBindingProperties interface
IdentityBinding properties.
Properties
| managed |
Managed identity profile for the identity binding. |
| oidc |
The OIDC issuer URL of the IdentityBinding. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
managedIdentity
Managed identity profile for the identity binding.
managedIdentity: IdentityBindingManagedIdentityProfile
Property Value
oidcIssuer
The OIDC issuer URL of the IdentityBinding. NOTE: This property will not be serialized. It can only be populated by the server.
oidcIssuer?: IdentityBindingOidcIssuerProfile
Property Value
provisioningState
The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string