pub struct IdentityProvider;Trait Implementations§
Source§impl HasField<__typename> for IdentityProvider
impl HasField<__typename> for IdentityProvider
Source§impl HasField<adminsGroupPush> for IdentityProvider
impl HasField<adminsGroupPush> for IdentityProvider
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<allowNameChange> for IdentityProvider
impl HasField<allowNameChange> for IdentityProvider
Source§impl HasField<archivedAt> for IdentityProvider
impl HasField<archivedAt> for IdentityProvider
Source§impl HasField<createdAt> for IdentityProvider
impl HasField<createdAt> for IdentityProvider
Source§impl HasField<defaultMigrated> for IdentityProvider
impl HasField<defaultMigrated> for IdentityProvider
Source§impl HasField<guestsGroupPush> for IdentityProvider
impl HasField<guestsGroupPush> for IdentityProvider
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<id> for IdentityProvider
impl HasField<id> for IdentityProvider
Source§impl HasField<issuerEntityId> for IdentityProvider
impl HasField<issuerEntityId> for IdentityProvider
Source§impl HasField<ownersGroupPush> for IdentityProvider
impl HasField<ownersGroupPush> for IdentityProvider
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<priority> for IdentityProvider
impl HasField<priority> for IdentityProvider
Source§impl HasField<samlEnabled> for IdentityProvider
impl HasField<samlEnabled> for IdentityProvider
Source§impl HasField<scimEnabled> for IdentityProvider
impl HasField<scimEnabled> for IdentityProvider
Source§impl HasField<spEntityId> for IdentityProvider
impl HasField<spEntityId> for IdentityProvider
Source§impl HasField<ssoBinding> for IdentityProvider
impl HasField<ssoBinding> for IdentityProvider
Source§impl HasField<ssoEndpoint> for IdentityProvider
impl HasField<ssoEndpoint> for IdentityProvider
Source§impl HasField<ssoSignAlgo> for IdentityProvider
impl HasField<ssoSignAlgo> for IdentityProvider
Source§impl HasField<ssoSigningCert> for IdentityProvider
impl HasField<ssoSigningCert> for IdentityProvider
Source§impl HasField<type> for IdentityProvider
impl HasField<type> for IdentityProvider
Source§type Type = IdentityProviderType
type Type = IdentityProviderType
The schema marker type of this field.
Source§impl HasField<updatedAt> for IdentityProvider
impl HasField<updatedAt> for IdentityProvider
Source§impl NamedType for IdentityProvider
impl NamedType for IdentityProvider
impl HasSubtype<IdentityProvider> for Node
Auto Trait Implementations§
impl Freeze for IdentityProvider
impl RefUnwindSafe for IdentityProvider
impl Send for IdentityProvider
impl Sync for IdentityProvider
impl Unpin for IdentityProvider
impl UnwindSafe for IdentityProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more