Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUserIdentityFromDiscriminatorValue ¶
func CreateUserIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUserIdentityFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
Types ¶
type UserIdentity ¶
type UserIdentity struct { ic0b244548f4d248264a1f750ce59f6e064a76c1a39ca69f620ae700132501ecc.Identity // contains filtered or unexported fields }
func NewUserIdentity ¶
func NewUserIdentity() *UserIdentity
NewUserIdentity instantiates a new UserIdentity and sets the default values.
func (*UserIdentity) GetFieldDeserializers ¶
func (m *UserIdentity) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful
func (*UserIdentity) GetUserPrincipalName ¶
func (m *UserIdentity) GetUserPrincipalName() *string
GetUserPrincipalName gets the userPrincipalName property value. The userPrincipalName property returns a *string when successful
func (*UserIdentity) Serialize ¶
func (m *UserIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UserIdentity) SetUserPrincipalName ¶
func (m *UserIdentity) SetUserPrincipalName(value *string)
SetUserPrincipalName sets the userPrincipalName property value. The userPrincipalName property
type UserIdentityable ¶
type UserIdentityable interface { ic0b244548f4d248264a1f750ce59f6e064a76c1a39ca69f620ae700132501ecc.Identityable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetUserPrincipalName() *string SetUserPrincipalName(value *string) }