Share via


IUser Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserTypeConverter))]
public interface IUser : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserTypeConverter))>]
type IUser = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IUser
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
PublishingPassword

Password used for publishing.

PublishingPasswordHash

Password hash used for publishing.

PublishingPasswordHashSalt

Password hash salt used for publishing.

PublishingUserName

Username used for publishing.

ScmUri

Url of SCM site.

Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to