Class GetSamlArgs
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()
Namespace: Pulumi.Okta.Idp
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlArgs : InvokeArgs
Constructors
View SourceGetSamlArgs()
Declaration
public GetSamlArgs()
Properties
View SourceId
The id of the idp to retrieve, conflicts with name.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the idp to retrieve, conflicts with id.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |