Skip to content

RosUserProps

Properties for defining a RosUser.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-user

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudsso"
&alicloudroscdkcloudsso.RosUserProps {
    DirectoryId: interface{},
    UserName: interface{},
    Description: interface{},
    DisplayName: interface{},
    Email: interface{},
    FirstName: interface{},
    LastName: interface{},
    Status: interface{},
}

Properties

Name Type Description
DirectoryId interface{} No description.
UserName interface{} No description.
Description interface{} No description.
DisplayName interface{} No description.
Email interface{} No description.
FirstName interface{} No description.
LastName interface{} No description.
Status interface{} No description.

DirectoryIdRequired

DirectoryId interface{}
  • Type: interface{}

UserNameRequired

UserName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DisplayNameOptional

DisplayName interface{}
  • Type: interface{}

EmailOptional

Email interface{}
  • Type: interface{}

FirstNameOptional

FirstName interface{}
  • Type: interface{}

LastNameOptional

LastName interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}