Class ByProjectKeyAssociateRolesKeyByKeyRequestBuilder
Constructors
constructor
- new ByProjectKeyAssociateRolesKeyByKeyRequestBuilder(args): ByProjectKeyAssociateRolesKeyByKeyRequestBuilder
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
key: string;
projectKey: string;
};
}Optional
baseUri?: string
pathArgs: {
key: string;
projectKey: string;
}
key: string
projectKey: string
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { key: string; projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
key: string;
projectKey: string;
}
key: string
projectKey: string
Methods
delete
- delete(methodArgs): ApiRequest<AssociateRole>
Parameters
- methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs: {
expand?: string | string[];
version: number;
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
queryArgs: {
expand?: string | string[];
version: number;
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
version: number
get
- get(methodArgs?): ApiRequest<AssociateRole>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
head
- head(methodArgs?): ApiRequest<void>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Returns ApiRequest<void>
post
- post(methodArgs): ApiRequest<AssociateRole>
Parameters
- methodArgs: {
body: AssociateRoleUpdate;
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
Deleting an AssociateRole generates the AssociateRoleDeleted Message. An AssociateRole can only be deleted if it is not assigned to any Associates.