ServiceAccountTokenProjectionV1 Properties
ClassProperties3 members
Represents a service account token source within a projected volume.
Gets or sets the intended audience of the token.
public string? Audience { get; set; } 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; }