# DomainIdentityProviderInfo
## Properties
**name** | **String** | An identifier for an identity provider that might be imported from a peer domain. If it is, it will bear an imported resource prefix (either a domain identifier or an alias, followed by ::) |
**r#type** | **String** | Type of the identity provider. |
**imported** | **bool** | Is this identity provider imported from a peer domain |
**source_domain_id** | Option<**String**> | A globally unique identifier for a domain | [optional]
**source_domain_name** | Option<**String**> | | [optional]
**supported_principals** | [**Vec<models::DomainIdentityProviderPrincipalType>**](DomainIdentityProviderPrincipalType.md) | |
**details** | Option<[**models::DomainIdentityProviderDetails**](DomainIdentityProviderDetails.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)