Class ClientAddonAws
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
AWS addon configuration.
[Serializable]
public record ClientAddonAws : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonAws>
- Inheritance
-
ClientAddonAws
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
LifetimeInSeconds
AWS token lifetime in seconds
[JsonPropertyName("lifetime_in_seconds")]
public int? LifetimeInSeconds { get; set; }
Property Value
- int?
Principal
AWS principal ARN, e.g. arn:aws:iam::010616021751:saml-provider/idpname
[JsonPropertyName("principal")]
public string? Principal { get; set; }
Property Value
Role
AWS role ARN, e.g. arn:aws:iam::010616021751:role/foo
[JsonPropertyName("role")]
public string? Role { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.