Skip to content
DocsTry Aspire
DocsTry

ServiceAccountTokenProjectionV1 Properties

ClassProperties3 members
Represents a service account token source within a projected volume.
AudienceSection titled Audiencenullablestring?
Gets or sets the intended audience of the token.
public string? Audience { get; set; }
ExpirationSecondsSection titled ExpirationSecondsnullablelong?
Gets or sets the requested token expiration time in seconds.
public long? ExpirationSeconds { get; set; }
Gets or sets the relative path where the token will be projected.
public string Path { get; set; }