User is the Schema for the Users API.
Type
CRD
Group
users.azuread.upbound.io
Version
v1beta1
apiVersion: users.azuread.upbound.io/v1beta1
kind: User
UserSpec defines the desired state of User
No description provided.
A list of telephone numbers for the user. Only one number can be set for this property. Read-only for users synced with Azure AD Connect. The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced with Azure AD Connect
A list of additional email addresses for the user. Additional email addresses for the user
The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user. The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
UserStatus defines the observed state of User.
No description provided.
A list of instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user
List of email addresses for the user that direct to the same mailbox. Email addresses for the user that direct to the same mailbox
Conditions of the resource.
example
apiVersion: users.azuread.upbound.io/v1beta1
kind: User
metadata:
annotations:
meta.upbound.io/example-id: directoryroles/v1beta1/roleassignment
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
displayName: testuser
passwordSecretRef:
key: credentials
name: example-secret
namespace: upbound-system
userPrincipalName: testuser_upbound.io#EXT#@devopsupbound.onmicrosoft.com
example
apiVersion: users.azuread.upbound.io/v1beta1
kind: User
metadata:
annotations:
meta.upbound.io/example-id: groups/v1beta1/member
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
displayName: testuser
passwordSecretRef:
key: credentials
name: example-secret
namespace: upbound-system
userPrincipalName: testuser_upbound.io#EXT#@devopsupbound.onmicrosoft.com
example
apiVersion: users.azuread.upbound.io/v1beta1
kind: User
metadata:
annotations:
meta.upbound.io/example-id: users/v1beta1/user
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
displayName: testuser
passwordSecretRef:
key: credentials
name: example-secret
namespace: upbound-system
userPrincipalName: testuser_upbound.io#EXT#@devopsupbound.onmicrosoft.com