Class ApplicationPasswordState
Inheritance
System.Object
ApplicationPasswordState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ApplicationPasswordState : ResourceArgs
Constructors
View Source
ApplicationPasswordState()
Declaration
public ApplicationPasswordState()
Properties
View Source
ApplicationId
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ApplicationObjectId
The Object ID of the Application for which this password should be created. Changing this field forces a new resource to be created.
Declaration
public Input<string> ApplicationObjectId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EndDate
The End Date which the Password is valid until, formatted as a RFC3339 date string (e.g. 2018-01-01T01:02:03Z). Changing this field forces a new resource to be created.
Declaration
public Input<string> EndDate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EndDateRelative
A relative duration for which the Password is valid until, for example 240h (10 days) or 2400h30m. Changing this field forces a new resource to be created.
Declaration
public Input<string> EndDateRelative { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
KeyId
A GUID used to uniquely identify this Password. If not specified a GUID will be created. Changing this field forces a new resource to be created.
Declaration
public Input<string> KeyId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
StartDate
The Start Date which the Password is valid from, formatted as a RFC3339 date string (e.g. 2018-01-01T01:02:03Z). If this isn't specified, the current date is used. Changing this field forces a new resource to be created.
Declaration
public Input<string> StartDate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Value
The Password for this Application .
Declaration
public Input<string> Value { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|