TaskSpecContainerSpecPrivileges
Table of Contents
- $credentialSpec : TaskSpecContainerSpecPrivilegesCredentialSpec|null
- CredentialSpec for managed service account (Windows only).
- $sELinuxContext : TaskSpecContainerSpecPrivilegesSELinuxContext|null
- SELinux labels of the container.
- getCredentialSpec() : TaskSpecContainerSpecPrivilegesCredentialSpec|null
- CredentialSpec for managed service account (Windows only).
- getSELinuxContext() : TaskSpecContainerSpecPrivilegesSELinuxContext|null
- SELinux labels of the container.
- setCredentialSpec() : self
- CredentialSpec for managed service account (Windows only).
- setSELinuxContext() : self
- SELinux labels of the container.
Properties
$credentialSpec
CredentialSpec for managed service account (Windows only).
protected
TaskSpecContainerSpecPrivilegesCredentialSpec|null
$credentialSpec
$sELinuxContext
SELinux labels of the container.
protected
TaskSpecContainerSpecPrivilegesSELinuxContext|null
$sELinuxContext
Methods
getCredentialSpec()
CredentialSpec for managed service account (Windows only).
public
getCredentialSpec() : TaskSpecContainerSpecPrivilegesCredentialSpec|null
Return values
TaskSpecContainerSpecPrivilegesCredentialSpec|null —getSELinuxContext()
SELinux labels of the container.
public
getSELinuxContext() : TaskSpecContainerSpecPrivilegesSELinuxContext|null
Return values
TaskSpecContainerSpecPrivilegesSELinuxContext|null —setCredentialSpec()
CredentialSpec for managed service account (Windows only).
public
setCredentialSpec(TaskSpecContainerSpecPrivilegesCredentialSpec|null $credentialSpec) : self
Parameters
- $credentialSpec : TaskSpecContainerSpecPrivilegesCredentialSpec|null
Return values
self —setSELinuxContext()
SELinux labels of the container.
public
setSELinuxContext(TaskSpecContainerSpecPrivilegesSELinuxContext|null $sELinuxContext) : self
Parameters
- $sELinuxContext : TaskSpecContainerSpecPrivilegesSELinuxContext|null